}
}
- if (!NILP (Vw32_get_true_file_attributes)
- && !(EQ (Vw32_get_true_file_attributes, Qlocal) &&
- GetDriveType (name) == DRIVE_FIXED)
+ if (!(NILP (Vw32_get_true_file_attributes)
+ || (EQ (Vw32_get_true_file_attributes, Qlocal) &&
+ GetDriveType (name) != DRIVE_FIXED))
/* No access rights required to get info. */
&& (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,
FILE_FLAG_BACKUP_SEMANTICS, NULL))